summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Arjen Hiemstra [Tue, 8 Apr 2025 09:10:47 +0000 (11:10 +0200)]
[PATCH] controls: Improve calculation of InlineMessage implicit height
If the text isn't long enough to wrap into mulitple lines, but we have
many or large actions such that the actions are still put below the
text, the actions and close button would overlap because the close
button is not accounted for. To fix that, always anchor the actions at
the bottom and calculate a more proper implicit height for the entire
inline message that accounts for close button height if it is visible.
Gbp-Pq: Name upstream_2c6cd90f_controls-Improve-calculation-of-InlineMessage-implicit-height.patch
Arjen Hiemstra [Mon, 7 Apr 2025 15:26:11 +0000 (17:26 +0200)]
[PATCH] controls: Fix link activation for text of InlineMessage
Rather than stretching both the label and toolbar across the entire
inline message, use implicit width for both, unless either would become
larger than the InlineMessage width. Most importantly, since the toolbar
only takes space that is not used by the text, this avoids links in the
text not working correctly.
BUG: 500578
Gbp-Pq: Name upstream_82abc769_controls-Fix-link-activation-for-text-of-InlineMessage.patch
Arjen Hiemstra [Mon, 7 Apr 2025 15:21:41 +0000 (17:21 +0200)]
[PATCH] layout: Set implicit width of ToolBarLayout before using its width
Split setting implicit size into setting width and height separately, so
that we if we use width() it will use the implicit width if no width was
set yet. This avoids us hiding all actions because width is 0, only to
then show them again because implicit width (and thus width) is now a
valid value.
Gbp-Pq: Name upstream_81352c22_layout-Set-implicit-width-of-ToolBarLayout-before-using-its-width.patch
Arjen Hiemstra [Mon, 7 Apr 2025 15:15:24 +0000 (17:15 +0200)]
[PATCH] layouts: Always relayout on geometry changes in ToolBarLayout
Otherwise we end up with several corner cases where the implicit width
is the same as width but we still have actions hidden.
Gbp-Pq: Name upstream_e3c6af3b_layouts-Always-relayout-on-geometry-changes-in-ToolBarLayout.patch
Aurélien COUDERC [Tue, 20 May 2025 06:38:42 +0000 (08:38 +0200)]
kf6-kirigami (6.13.0-2) unstable; urgency=medium
[ Aurélien COUDERC ]
* Backport upstream commits:
- Fix activation of links in inline messages. (kde#500578)
- Fix smooth scrolling not behaving correctly for some movement sizes.
(kde#484309)
- Fix password and search fields not handling RTL languages properly.
(kde#504091, kde#503012)
- Fix for screen readers to no longer rather pointlessly announce “LAYERED
PANE ZERO ITEMS” all the time in Kirigami-based apps and System Settings
pages.
[dgit import unpatched kf6-kirigami 6.13.0-2]
Aurélien COUDERC [Tue, 20 May 2025 06:38:42 +0000 (08:38 +0200)]
Import kf6-kirigami_6.13.0-2.debian.tar.xz
[dgit import tarball kf6-kirigami 6.13.0-2 kf6-kirigami_6.13.0-2.debian.tar.xz]
Patrick Franz [Sat, 12 Apr 2025 17:34:19 +0000 (19:34 +0200)]
Import kf6-kirigami_6.13.0.orig.tar.xz
[dgit import orig kf6-kirigami_6.13.0.orig.tar.xz]